home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / $APPDATA / Carthago / Twistpad / Syntax / java.sdf < prev    next >
Text File  |  2007-03-10  |  1KB  |  83 lines

  1. ;Java source Syntax highlight Script for Twistpad
  2. ;1998 - 2007 ⌐ Carthago Software
  3.  
  4. [::Header::]
  5. SyntaxName=Java Source
  6. Extensions=jav;java
  7. Spelling=0
  8. SpellingContexts=1;2
  9. CommentChar=//
  10.  
  11. [Comment1]
  12. Type=StartStop
  13. Context=1
  14. Scope=0
  15. Priority=10
  16. WholeWordOnly=0
  17. First=//
  18. Last=
  19. Background=Default
  20. Foreground=008000
  21. italic=1
  22. escapeChar=\
  23.  
  24. [Comment2]
  25. Type=StartStop
  26. Context=1
  27. Scope=0
  28. Priority=10
  29. WholeWordOnly=0
  30. First=/*
  31. Last=*/
  32. Background=Default
  33. Foreground=008000
  34. italic=1
  35. outline=1
  36. escapeChar=\
  37.  
  38. [Quote]
  39. Type=StartStop
  40. Context=2
  41. Scope=0
  42. Priority=10
  43. WholeWordOnly=0
  44. First="
  45. Last="
  46. Background=Default
  47. Foreground=408080
  48. escapeChar=\
  49.  
  50. [Brackets]
  51. Type=StartStop
  52. Context=3
  53. Scope=0
  54. Priority=5
  55. WholeWordOnly=0
  56. First={
  57. Last=}
  58. Background=Default
  59. Foreground=Default
  60. outline=1
  61. smart=1
  62.  
  63. [Keywords]
  64. Type=keyword
  65. Context=101
  66. Scope=0
  67. Priority=6
  68. WholeWordOnly=1
  69. Keyword1=as
  70. Keyword1=
  71. Keyword2=do;if
  72. Keyword3=for;int;new;try;var
  73. Keyword4=byte;case;cast;char;else;goto;long;null;rest;this;true;void
  74. Keyword5=break;catch;class;const;false;final;float;short;throw;while
  75. Keyword6=double;future;import;native;public;return;static;switch;throws
  76. Keyword7=boolean;byvalue;default;extends;finally;generic;package;private
  77. Keyword8=abstract;continue;operator;volatile;synchronized
  78. Keyword9=interface;protected;transient
  79. Keyword10=implements;instanceof;threadsafe
  80. Background=Default
  81. Foreground=0000FF
  82. Bold=0
  83.